Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

128
Views
Range Inputs Sliders Combination Should always sum 100% [NodeJS]

I'm totally new to this. I want to create interactive range sliders, for example, if I have 4 range sliders when I increase/decrease one slider, the others should decrease/increase to keep the sum of all percentages equal to 100%. Note that the sliders number differ for each loop, here's my HTML code: Each layer contains multiple files and each file has its own range slider.

<div class="tab-content">
{{#each layers}}
  <div class="tab-pane" id={{this.layers}}>
   {{#each this.files}}      
       <div class="range-wrap">
           <input id="rangeInput" class="range" name="rangeInput" type="range" min="1" max="100" onchange="function()"/>
       </div>
   {{/each}}
  </div>
{{/each}}
</div>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!